home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Util / M-Mc / MacDOS 1.0.1.sit / MacDOS™ 1.0.1.rsrc / TEXT_136_COPY.txt < prev    next >
Encoding:
Text File  |  1993-10-23  |  1.1 KB  |  23 lines

  1. Copies one or more files.
  2.  
  3. COPY source [,...] [destination] [/A] [/C=creator] [/D] [/P] [/R]
  4.      [/T=file-type] [/U] [/V]
  5.  
  6.   source       specifies what is to be copied.
  7.                It can be a filename, a wildcarded filename, a directory
  8.                name, or several items separated by commata. Each item can
  9.                include a volume and path spec.
  10.   destination  specifies where the source should be copied to.
  11.                It can be a file or directory name, possibly preceded by
  12.                a volume and path spec.
  13.   /A           appends the source to the destination.
  14.   /C=creator   only copies files of the given creator.
  15.   /D           only copies data forks.
  16.   /P           prompts the user for confirmation before overwriting
  17.                existing files.
  18.   /R           only copies resource forks.
  19.   /T=file-type only copies files of the given file type.
  20.   /U           only overwrites existing destination files if the
  21.                corresponding source was updated more recently.
  22.   /V           verifies that the destination has been written correctly.
  23.